net/http.routingIndexKey.s (field)
6 uses
net/http (current package)
routing_index.go#L28: s string // literal, or empty for wildcard
routing_index.go#L39: key := routingIndexKey{pos: pos, s: ""}
routing_index.go#L41: key.s = seg.s
routing_index.go#L87: return apply(idx.segments[routingIndexKey{s: "/", pos: len(pat.segments) - 1}])
routing_index.go#L103: lpats := idx.segments[routingIndexKey{s: seg.s, pos: i}]
routing_index.go#L104: wpats := idx.segments[routingIndexKey{s: "", pos: i}]
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |